Summary · The <select> element allows you to select one or multiple options. Add the multiple attribute to the <select> element to enable multiple selections. ... <看更多>
Hi @ChrisGitIt, I'm able to determine whether an option is selected or not using this property: https://jsbin.com/xatavo/edit?html,js,output. ... <看更多>